DataCollection | ComponentOne
C1.Android.DataCollection Assembly / C1.Android.DataCollection Namespace / C1RecyclerViewAdapter<T> Class / ItemCount Property

In This Topic
    ItemCount Property
    In This Topic
    Gets the number of items.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property ItemCount As Integer
    public override int ItemCount {get;}
    See Also